GraphPlot3D
GraphPlot3D[g] generates a 3D plot of the graph g.
GraphPlot3D[{e1,e2,…}] generates a 3D plot of the graph with edges ei.
GraphPlot3D[{…,w[ei],…}] plots ei with features defined by the symbolic wrapper w.
GraphPlot3D[{vi1->vj1,…}] uses rules vik->vjk to specify the graph g.
GraphPlot3D[m] uses the adjacency matrix m to specify the graph g.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.